home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / webkit / resources.pak / Unnamed File 000133.txt < prev    next >
Text File  |  2013-04-03  |  6KB  |  265 lines

  1. /*
  2.  * Copyright (C) 2009 Google Inc. All rights reserved.
  3.  * Copyright (C) 2010 Apple Inc. All rights reserved.
  4.  *
  5.  * Redistribution and use in source and binary forms, with or without
  6.  * modification, are permitted provided that the following conditions are
  7.  * met:
  8.  *
  9.  *     * Redistributions of source code must retain the above copyright
  10.  * notice, this list of conditions and the following disclaimer.
  11.  *     * Redistributions in binary form must reproduce the above
  12.  * copyright notice, this list of conditions and the following disclaimer
  13.  * in the documentation and/or other materials provided with the
  14.  * distribution.
  15.  *     * Neither the name of Google Inc. nor the names of its
  16.  * contributors may be used to endorse or promote products derived from
  17.  * this software without specific prior written permission.
  18.  *
  19.  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  20.  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  21.  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  22.  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  23.  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  24.  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  25.  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  26.  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  27.  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  28.  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  29.  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  30.  */
  31.  
  32. .heap-snapshot-sidebar-tree-item .icon {
  33.     content: url(Images/profileIcon.png);
  34. }
  35.  
  36. .heap-snapshot-sidebar-tree-item.wait .icon {
  37.     content: url(Images/spinnerActive.gif);
  38. }
  39.  
  40. .heap-snapshot-sidebar-tree-item.wait.selected .icon {
  41.     content: url(Images/spinnerActiveSelected.gif);
  42. }
  43.  
  44. body.inactive .heap-snapshot-sidebar-tree-item.wait .icon {
  45.     content: url(Images/spinnerInactive.gif);
  46. }
  47.  
  48. body.inactive .heap-snapshot-sidebar-tree-item.wait.selected .icon {
  49.     content: url(Images/spinnerInactiveSelected.gif);
  50. }
  51.  
  52. .heap-snapshot-sidebar-tree-item.small .icon {
  53.     content: url(Images/profileSmallIcon.png);
  54. }
  55.  
  56. .heap-snapshot-view {
  57.     display: none;
  58.     overflow: hidden;
  59.     position: absolute;
  60.     top: 0;
  61.     left: 0;
  62.     right: 0;
  63.     bottom: 0;
  64. }
  65.  
  66. .heap-snapshot-view.visible {
  67.     display: block;
  68. }
  69.  
  70. .heap-snapshot-view .view {
  71.     display: none;
  72. }
  73.  
  74. .heap-snapshot-view .view.visible {
  75.     display: block;
  76. }
  77.  
  78. .heap-snapshot-view .data-grid tr:empty {
  79.     height: 16px;
  80.     visibility: hidden;
  81. }
  82.  
  83. .heap-snapshot-view .data-grid {
  84.     border: none;
  85. }
  86.  
  87. .heap-snapshot-view .data-grid td.count-column {
  88.     text-align: right;
  89. }
  90.  
  91. .heap-snapshot-view .data-grid td.addedCount-column {
  92.     text-align: right;
  93. }
  94.  
  95. .heap-snapshot-view .data-grid td.removedCount-column {
  96.     text-align: right;
  97. }
  98.  
  99. .heap-snapshot-view .data-grid td.countDelta-column {
  100.     text-align: right;
  101. }
  102.  
  103. .heap-snapshot-view .data-grid td.addedSize-column {
  104.     text-align: right;
  105. }
  106.  
  107. .heap-snapshot-view .data-grid td.removedSize-column {
  108.     text-align: right;
  109. }
  110.  
  111. .heap-snapshot-view .data-grid td.sizeDelta-column {
  112.     text-align: right;
  113. }
  114.  
  115. .heap-snapshot-view .data-grid td.shallowSize-column {
  116.     text-align: right;
  117. }
  118.  
  119. .heap-snapshot-view .data-grid td.retainedSize-column {
  120.     text-align: right;
  121. }
  122.  
  123. .heap-snapshot-view .data-grid td.distanceToWindow-column {
  124.     text-align: right;
  125. }
  126.  
  127. .heap-snapshot-view .data-grid span.percent-column {
  128.     color: grey;
  129.     width: 32px;
  130.     float: right;
  131. }
  132.  
  133. .heap-snapshot-view .console-formatted-object, .console-formatted-node {
  134.     display: inline;
  135.     position: static;
  136. }
  137.  
  138. .detached-dom-tree-node {
  139.     background-color: #FF9999;
  140. }
  141.  
  142. .heap-snapshot-view .console-formatted-string {
  143.     white-space: nowrap;
  144. }
  145.  
  146. .heap-snapshot-view .console-formatted-id {
  147.     color: grey;
  148. }
  149.  
  150. .heap-snapshot-view .data-grid tr.selected * {
  151.     color: inherit;
  152. }
  153.  
  154. .heap-snapshot-view .data-grid:focus tr.selected * {
  155.     color: white;
  156. }
  157.  
  158. .heap-snapshot-view .delimiter {
  159.     height: 24px;
  160.     background-color: #d6dde5;
  161. }
  162.  
  163. .heap-snapshot-view .data-grid {
  164.     position: absolute;
  165.     top: 0;
  166.     left: 0;
  167.     right: 0;
  168.     bottom: 0;
  169. }
  170.  
  171. .heap-snapshot-view .views-container {
  172.     position: absolute;
  173.     top: 0;
  174.     left: 0;
  175.     right: 0;
  176.     bottom: 173px;
  177. }
  178.  
  179. .heap-snapshot-view .views-container .view {
  180.     position: absolute;
  181.     top: 0;
  182.     left: 0;
  183.     right: 0;
  184.     bottom: 0;
  185. }
  186.  
  187. .heap-snapshot-view .retaining-paths-view {
  188.     height: 150px;
  189.     position: absolute;
  190.     bottom: 0;
  191.     left: 0;
  192.     right: 0;
  193. }
  194.  
  195. .heap-snapshot-view .class-view-grid {
  196.     top: 22px;
  197. }
  198.  
  199. .heap-snapshot-view .class-view-toolbar {
  200.     height: 22px;
  201.     background-color: #DDD;
  202.     display: block;
  203.     position: absolute;
  204.     left: 0;
  205.     right: 0;
  206.     top: 0;
  207. }
  208.  
  209. .heap-snapshot-view .class-view-toolbar input.class-name-filter {
  210.     width: 200px;
  211.     height: 18px;
  212.     font-size: 11px;
  213.     padding: 2px;
  214.     margin: 2px 10px;
  215.     background-color: white;
  216.     border: solid 1px #BBB;
  217. }
  218.  
  219. .heap-snapshot-view .retainers-view-header {
  220.     background-image: url(Images/statusbarResizerVertical.png), -webkit-linear-gradient(rgb(253,253,253), rgb(230,230,230) 75%, rgb(230,230,230));
  221.     border-top: 1px solid rgb(202, 202, 202);
  222.     background-repeat: no-repeat;
  223.     background-position: right center, center;
  224.     cursor: row-resize;
  225.     height: 23px;
  226.     font: -webkit-small-control;
  227.     font-weight: bold;
  228.     color: rgb(48, 48, 48);
  229.     text-shadow: rgba(255, 255, 255, 0.75) 0 1px 0;
  230.     display: block;
  231.     position: absolute;
  232.     left: 0;
  233.     right: 0;
  234.     bottom: 150px;
  235. }
  236.  
  237. .heap-snapshot-view .retainers-view-header .title > span {
  238.     display: inline-block;
  239.     padding-top: 3px;
  240.     vertical-align: middle;
  241.     margin-left: 4px;
  242.     margin-right: 8px;
  243. }
  244.  
  245. .heap-snapshot-view tr:not(.selected) td.object-column span.highlight {
  246.     background-color: rgb(255, 255, 200);
  247. }
  248.  
  249. .heap-snapshot-view td.object-column span.grayed {
  250.     color: gray;
  251. }
  252.  
  253. .heap-snapshot-help-status-bar-item .glyph {
  254.     -webkit-mask-position: -160px 0;
  255. }
  256.  
  257. table.heap-snapshot-help {
  258.     border-spacing: 12px 2px;
  259. }
  260.  
  261. .cycled-ancessor-node {
  262.     opacity: 0.6;
  263. }
  264.  
  265.